Html Css Color HEX #38DCFF Turquoise

📋 copy color: '#38DCFF'

red 56 ◦ green 220 ◦ blue 255

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

Shades of Turquoise #38DCFF

Tints of Turquoise #38DCFF

RGB

 RED value IS 56 (22.27% from 255) = 10.55%

 GREEN value IS 220 (86.33% from 255) = 41.43%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 10.55%
G = 41.43%
B = 48.02%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38DCFF (or 0x38DCFF) is known color: Turquoise. HEX triplet: 38, DC and FF. RGB value is (56,220,255). Sum of RGB (Red+Green+Blue) = 56+220+255=531 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.55% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #38DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DCFF is #C72300. Grayscale: #AEAEAE. Windows color (decimal): -13050625 or 16768056. OLE color: 16768056.

HSL color Cylindrical-coordinate representation of color #38DCFF: hue angle of 190.55º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38DCFF is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 220 255 -
CMYK 0.78 0.14 0 0
HSL 190.55º 1% 0.61% -
HSV(B) 190.55º 0.78% 1% -
XYZ 45.27 59.25 103.66 -
YUV 174.95 173.17 43.15 -
System Red Green Blue C M Y K H S L
Decimal 56 220 255 0.78 0.14 0 0 190.55 1 0.61
Hex 38 DC FF 4E E 0 0 BF 64 3D
Octal 70 334 377 116 16 0 0 277 144 75
Binary 111000 11011100 11111111 1001110 1110 0 0 10111111 1100100 111101

Color Harmonies of #38DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCFF

Black with #38DCFF

Text Example


Text Example

White with #38DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38DCFF; }

 p { color: rgb(56,220,255); }

 H1.HeaderClassName
 {
   color: #38DCFF;
 }
 .AnyTagClassName
 {
   color: #38DCFF;
 }
</style>

background-color css

<style>
 a { background-color: #38DCFF; }

 a { background-color: rgb(56,220,255); }

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

border-color css

<style>
 span { border-color: #38DCFF; }

 span { border-color: rgb(56,220,255); }

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