Html Css Color HEX #7CDFF1 Turquoise Blue

📋 copy color: '#7CDFF1'

red 124 ◦ green 223 ◦ blue 241

#7CDFF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #7CDFF1

Tints of Turquoise Blue #7CDFF1

RGB

 RED value IS 124 (48.83% from 255) = 21.09%

 GREEN value IS 223 (87.5% from 255) = 37.93%

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 21.09%
G = 37.93%
B = 40.99%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7CDFF1 (or 0x7CDFF1) is known color: Turquoise Blue. HEX triplet: 7C, DF and F1. RGB value is (124,223,241). Sum of RGB (Red+Green+Blue) = 124+223+241=588 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.09% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #7CDFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDFF1 is #83200E. Grayscale: #C3C3C3. Windows color (decimal): -8593423 or 15851388. OLE color: 15851388.

HSL color Cylindrical-coordinate representation of color #7CDFF1: hue angle of 189.23º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CDFF1 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 223 241 -
CMYK 0.49 0.07 0 0.05
HSL 189.23º 0.81% 0.72% -
HSV(B) 189.23º 0.49% 0.95% -
XYZ 50.58 63.41 92.79 -
YUV 195.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 124 223 241 0.49 0.07 0 0.05 189.23 0.81 0.72
Hex 7C DF F1 31 7 0 5 BD 51 48
Octal 174 337 361 61 7 0 5 275 121 110
Binary 1111100 11011111 11110001 110001 111 0 101 10111101 1010001 1001000

Color Harmonies of #7CDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDFF1

Black with #7CDFF1

Text Example


Text Example

White with #7CDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CDFF1; }

 p { color: rgb(124,223,241); }

 H1.HeaderClassName
 {
   color: #7CDFF1;
 }
 .AnyTagClassName
 {
   color: #7CDFF1;
 }
</style>

background-color css

<style>
 a { background-color: #7CDFF1; }

 a { background-color: rgb(124,223,241); }

 div.DivClassName
 {
   background-color: #7CDFF1;
 }
 .BgClassName
 {
   background-color: #7CDFF1;
 }
</style>

border-color css

<style>
 span { border-color: #7CDFF1; }

 span { border-color: rgb(124,223,241); }

 td.TdClassName
 {
   border-color: #7CDFF1;
 }
 .TagClassName
 {
   border-color: #7CDFF1;
 }
</style>