Html Css Color HEX #69CFD5 Turquoise Blue

📋 copy color: '#69CFD5'

red 105 ◦ green 207 ◦ blue 213

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

Shades of Turquoise Blue #69CFD5

Tints of Turquoise Blue #69CFD5

RGB

 RED value IS 105 (41.41% from 255) = 20%

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 20%
G = 39.43%
B = 40.57%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#69CFD5 (or 0x69CFD5) is known color: Turquoise Blue. HEX triplet: 69, CF and D5. RGB value is (105,207,213). Sum of RGB (Red+Green+Blue) = 105+207+213=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #69CFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFD5 is #96302A. Grayscale: #B1B1B1. Windows color (decimal): -9842731 or 14012265. OLE color: 14012265.

HSL color Cylindrical-coordinate representation of color #69CFD5: hue angle of 183.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69CFD5 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 207 213 -
CMYK 0.51 0.03 0 0.16
HSL 183.33º 0.56% 0.62% -
HSV(B) 183.33º 0.51% 0.84% -
XYZ 40.15 52.43 70.96 -
YUV 177.19 148.21 76.51 -
System Red Green Blue C M Y K H S L
Decimal 105 207 213 0.51 0.03 0 0.16 183.33 0.56 0.62
Hex 69 CF D5 33 3 0 10 B7 38 3E
Octal 151 317 325 63 3 0 20 267 70 76
Binary 1101001 11001111 11010101 110011 11 0 10000 10110111 111000 111110

Color Harmonies of #69CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CFD5

Black with #69CFD5

Text Example


Text Example

White with #69CFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CFD5; }

 p { color: rgb(105,207,213); }

 H1.HeaderClassName
 {
   color: #69CFD5;
 }
 .AnyTagClassName
 {
   color: #69CFD5;
 }
</style>

background-color css

<style>
 a { background-color: #69CFD5; }

 a { background-color: rgb(105,207,213); }

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

border-color css

<style>
 span { border-color: #69CFD5; }

 span { border-color: rgb(105,207,213); }

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