Html Css Color HEX #6CCFF2 Turquoise Blue

📋 copy color: '#6CCFF2'

red 108 ◦ green 207 ◦ blue 242

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

Shades of Turquoise Blue #6CCFF2

Tints of Turquoise Blue #6CCFF2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.16%

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

R = 19.39%
G = 37.16%
B = 43.45%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CCFF2 (or 0x6CCFF2) is known color: Turquoise Blue. HEX triplet: 6C, CF and F2. RGB value is (108,207,242). Sum of RGB (Red+Green+Blue) = 108+207+242=557 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.39% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CCFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFF2 is #93300D. Grayscale: #B5B5B5. Windows color (decimal): -9646094 or 15912812. OLE color: 15912812.

HSL color Cylindrical-coordinate representation of color #6CCFF2: hue angle of 195.67º 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 #6CCFF2 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 207 242 -
CMYK 0.55 0.14 0 0.05
HSL 195.67º 0.84% 0.69% -
HSV(B) 195.67º 0.55% 0.95% -
XYZ 44.52 54.22 92.12 -
YUV 181.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 108 207 242 0.55 0.14 0 0.05 195.67 0.84 0.69
Hex 6C CF F2 37 E 0 5 C4 54 45
Octal 154 317 362 67 16 0 5 304 124 105
Binary 1101100 11001111 11110010 110111 1110 0 101 11000100 1010100 1000101

Color Harmonies of #6CCFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFF2

Black with #6CCFF2

Text Example


Text Example

White with #6CCFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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