Html Css Color HEX #6BDFD4 Turquoise Blue

📋 copy color: '#6BDFD4'

red 107 ◦ green 223 ◦ blue 212

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

Shades of Turquoise Blue #6BDFD4

Tints of Turquoise Blue #6BDFD4

RGB

 RED value IS 107 (42.19% from 255) = 19.74%

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

 BLUE value IS 212 (83.2% from 255) = 39.11%

R = 19.74%
G = 41.14%
B = 39.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#6BDFD4 (or 0x6BDFD4) is known color: Turquoise Blue. HEX triplet: 6B, DF and D4. RGB value is (107,223,212). Sum of RGB (Red+Green+Blue) = 107+223+212=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFD4 is #94202B. Grayscale: #BABABA. Windows color (decimal): -9707564 or 13950827. OLE color: 13950827.

HSL color Cylindrical-coordinate representation of color #6BDFD4: hue angle of 174.31º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDFD4 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 223 212 -
CMYK 0.52 0 0.05 0.13
HSL 174.31º 0.64% 0.65% -
HSV(B) 174.31º 0.52% 0.87% -
XYZ 44.33 60.65 71.66 -
YUV 187.06 142.07 70.89 -
System Red Green Blue C M Y K H S L
Decimal 107 223 212 0.52 0 0.05 0.13 174.31 0.64 0.65
Hex 6B DF D4 34 0 5 D AE 40 41
Octal 153 337 324 64 0 5 15 256 100 101
Binary 1101011 11011111 11010100 110100 0 101 1101 10101110 1000000 1000001

Color Harmonies of #6BDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFD4

Black with #6BDFD4

Text Example


Text Example

White with #6BDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,223,212); }

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

background-color css

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

 a { background-color: rgb(107,223,212); }

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

border-color css

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

 span { border-color: rgb(107,223,212); }

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