Html Css Color HEX #6CEAF2 Turquoise Blue

📋 copy color: '#6CEAF2'

red 108 ◦ green 234 ◦ blue 242

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

Shades of Turquoise Blue #6CEAF2

Tints of Turquoise Blue #6CEAF2

RGB

 RED value IS 108 (42.58% from 255) = 18.49%

 GREEN value IS 234 (91.8% from 255) = 40.07%

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 18.49%
G = 40.07%
B = 41.44%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CEAF2 (or 0x6CEAF2) is known color: Turquoise Blue. HEX triplet: 6C, EA and F2. RGB value is (108,234,242). Sum of RGB (Red+Green+Blue) = 108+234+242=584 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.49% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CEAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEAF2 is #93150D. Grayscale: #C5C5C5. Windows color (decimal): -9639182 or 15919724. OLE color: 15919724.

HSL color Cylindrical-coordinate representation of color #6CEAF2: hue angle of 183.58º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEAF2 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 234 242 -
CMYK 0.55 0.03 0 0.05
HSL 183.58º 0.84% 0.69% -
HSV(B) 183.58º 0.55% 0.95% -
XYZ 51.63 68.44 94.49 -
YUV 197.24 153.26 64.35 -
System Red Green Blue C M Y K H S L
Decimal 108 234 242 0.55 0.03 0 0.05 183.58 0.84 0.69
Hex 6C EA F2 37 3 0 5 B8 54 45
Octal 154 352 362 67 3 0 5 270 124 105
Binary 1101100 11101010 11110010 110111 11 0 101 10111000 1010100 1000101

Color Harmonies of #6CEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEAF2

Black with #6CEAF2

Text Example


Text Example

White with #6CEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CEAF2; }

 p { color: rgb(108,234,242); }

 H1.HeaderClassName
 {
   color: #6CEAF2;
 }
 .AnyTagClassName
 {
   color: #6CEAF2;
 }
</style>

background-color css

<style>
 a { background-color: #6CEAF2; }

 a { background-color: rgb(108,234,242); }

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

border-color css

<style>
 span { border-color: #6CEAF2; }

 span { border-color: rgb(108,234,242); }

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